login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096028 Numbers of the form (Fibonacci(p+1))/p, where p are primes ending in 3 or 7 (i.e., A003631). 2
1, 3, 29, 152, 2016, 1056437, 16311831, 102287808, 1627690024, 1085424779823, 17876295136009, 1933742696582736, 1394864457161925217, 23571778916504612451, 155523623837575361328, 2642576343530770503704, 1982116737665744001184443, 225989772612884036918821112, 2983063546028389514347409745197 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Essentially the same as A094809. - R. J. Mathar, Sep 04 2008
LINKS
MATHEMATICA
s = Select[ Prime[ Range[35]], Mod[ #, 10] == 3 || Mod[ #, 10] == 7 &]; Fibonacci[s + 1]/s
PROG
(PARI) forprime(p=3, 10^3, if((p+3)%5>1, next); print1(fibonacci(p+1)/p, ", ")); \\ Jinyuan Wang, Feb 24 2020
CROSSREFS
Sequence in context: A163854 A227046 A094809 * A137786 A112498 A227694
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jinyuan Wang, Feb 24 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)